Searched defs:seed (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/sys/classes/random/interface/ |
| H A D | randomc.c | 61 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 D | randomimpl.h | 11 PetscErrorCode (*seed)(PetscRandom); member 23 unsigned long seed; member
|
| H A D | hashtable.h | 247 static inline PetscHash_t PetscHashCombine(PetscHash_t seed, PetscHash_t hash) in PetscHashCombine()
|
| /petsc/src/binding/petsc4py/demo/regressor/ |
| H A D | test_regressor_synthetic.py | 32 seed = 11 variable
|
| /petsc/src/sys/classes/random/impls/rander48/ |
| H A D | rander48.c | 4 unsigned short seed[3]; member
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex2.c | 37 …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 D | partchaco.c | 66 long seed = 123636512; /* for random graph mutations */ in PetscPartitionerPartition_Chaco() local
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex20.c | 192 unsigned long seed = 123456789; in main() local
|
| /petsc/src/mat/graphops/partition/impls/chaco/ |
| H A D | chaco.c | 69 long seed; in MatPartitioningApply_Chaco() local
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 19 static inline void hash_combine(std::size_t &seed, const T &v, Rest &&...rest) noexcept in hash_combine()
|