|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dolben.MarkN.NumberScrambler
public class NumberScrambler
This is a scrambler of N Digit Numbers, which pseudorandomly remaps the places and digits of a number to disguise the underlying sequence of some generator.
Constructor Summary | |
---|---|
NumberScrambler()
constructs a new number scrambler |
Method Summary | |
---|---|
void |
scramble(Numbah s)
scrambles the given number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
NumberScrambler()
Method Detail |
---|
public void scramble(Numbah s)
s
- the number to be scrambled
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |