yasnippet/extras/imported/f90-mode/Math/Random Seed.yasnippet
2009-08-29 17:59:02 +00:00

6 lines
160 B
Plaintext

# -*- mode: snippet -*-
# key: rs
# contributor: Translated from TextMate Snippet
# name: Random Seed
# --
call random_seed(${1:size=${2:<int>}}${3:put=(/$4/)})