Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 10 of 10) sorted by relevance

/petsc/src/sys/classes/random/interface/
H A Drandomc.c61 PetscErrorCode PetscRandomGetSeed(PetscRandom r, PetscInt64 *seed) in PetscRandomGetSeed()
95 PetscErrorCode PetscRandomSetSeed(PetscRandom r, PetscInt64 seed) in PetscRandomSetSeed()
162 PetscInt seed; in PetscRandomSetFromOptions() local
/petsc/include/petsc/private/
H A Drandomimpl.h11 PetscErrorCode (*seed)(PetscRandom); member
23 unsigned long seed; member
H A Dhashtable.h247 static inline PetscHash_t PetscHashCombine(PetscHash_t seed, PetscHash_t hash) in PetscHashCombine()
/petsc/src/binding/petsc4py/demo/regressor/
H A Dtest_regressor_synthetic.py32 seed = 11 variable
/petsc/src/sys/classes/random/impls/rander48/
H A Drander48.c4 unsigned short seed[3]; member
/petsc/src/ksp/ksp/tutorials/network/
H A Dex2.c37 …t nvertex, PetscInt *pnbranch, Node **pnode, Branch **pbranch, PetscInt **pedgelist, PetscInt seed) in random_network()
267 PetscInt seed = 0, nnode = 0; in main() local
/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c66 long seed = 123636512; /* for random graph mutations */ in PetscPartitionerPartition_Chaco() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c192 unsigned long seed = 123456789; in main() local
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c69 long seed; in MatPartitioningApply_Chaco() local
/petsc/src/sys/tests/
H A Dex64.cxx19 static inline void hash_combine(std::size_t &seed, const T &v, Rest &&...rest) noexcept in hash_combine()