com.pega.pegarules.pub.util
Class XorShift

java.lang.Object
  extended by com.pega.pegarules.pub.util.XorShift

public class XorShift
extends java.lang.Object

XorShift

Author:
Bill Clinton Adapted from the original from Brian Goetz and Tim Peierls

Field Summary
static java.lang.String VERSION
           
 
Constructor Summary
XorShift()
           
XorShift(int seed)
           
 
Method Summary
 int next()
           
 int next(int limit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Constructor Detail

XorShift

public XorShift(int seed)

XorShift

public XorShift()
Method Detail

next

public int next()

next

public int next(int limit)


Copyright © 2012 Pegasystems Inc. All Rights Reserved.