Home
last modified time | relevance | path

Searched refs:aRndGen (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java235 Random aRndGen = new Random(); in Demo_ShapeCreation() local
236 int nRndObjWidth = aRndGen.nextInt( nHalfWidth ); in Demo_ShapeCreation()
237 int nRndObjHeight = aRndGen.nextInt( nHalfHeight ); in Demo_ShapeCreation()
239 int nRndObjPosX = aRndGen.nextInt( nHalfWidth - nRndObjWidth ); in Demo_ShapeCreation()
240 int nRndObjPosY = aRndGen.nextInt( nHalfHeight - nRndObjHeight ) in Demo_ShapeCreation()

Completed in 15 milliseconds