JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ru.ispras.fortress.data
Interface Random.TypedGenerator
Enclosing class:
Random
public static interface
Random.TypedGenerator
The TypedGenerator interface is a common interface for objects that are responsible for generating data of some specific type.
Author:
Andrei Tatarnikov
Method Summary
Methods
Modifier and Type
Method and Description
Data
generate
(int size)
Generates random data.
Method Detail
generate
Data
generate(int size)
Generates random data. Data type depends on the implementation.
Parameters:
size
- Data size.
Returns:
Random data.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method