MCPcopy Create free account
hub / github.com/Kitware/VTK / SetRandomSeed

Function SetRandomSeed

Rendering/Core/Testing/Python/TestOpacityVectors.py:21–24  ·  view source on GitHub ↗
(caller, eventId)

Source from the content-addressed store, hash-verified

19import vtkmodules.vtkRenderingOpenGL2
20
21def SetRandomSeed(caller, eventId):
22 #print "Restart random number generator"
23 raMath = vtkMath()
24 raMath.RandomSeed(6)
25
26
27def SphereActor(lut, interpolateBeforeMapping):

Callers 1

Calls 1

RandomSeedMethod · 0.45

Tested by

no test coverage detected